home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / riscpcb / !RiscPcb_!Help < prev    next >
Encoding:
Text File  |  1997-08-25  |  11.3 KB  |  371 lines

  1.  
  2.  
  3.             RiscPcb Version 0.01 © 1997 T.Swanborough
  4.             
  5.             
  6.                       Copyright
  7.                       ¨¨¨¨¨¨¨¨¨
  8.   Version 0.01 of this RiscPCB is Freeware and is supplied on the 
  9.   understanding that :-
  10.   
  11.     Any copies made of this application, contain ALL files in the directory
  12.     (Including this one).
  13.     
  14.   • It may not be sold for a profit.
  15.   
  16.   • It may not be included on any Public Domain disk costing more than £2
  17.     without prior agreement with the author.
  18.   
  19.   • It may NOT be included on any CD ROM collection where the price of the
  20.     CD is in excess of £15 without prior agreement with author.
  21.     
  22.   • The copyright remains with T.Swanborough at all times.            
  23.  
  24.   • I offer no guarantees as to the reliability/stability of RiscPcb or any 
  25.     of its functions. This software is provided 'as is', with no guarantee of 
  26.     its suitability for any purpose. No responsibility will be accepted
  27.     for any data lost while using this program. NO WARRANTY IS GIVEN!
  28.  
  29.  
  30.         Please note: new versions of RiscPcb can be downloaded from
  31.         http://www.idealist.demon.co.uk/
  32.         
  33.     Please send any comments/bugs via EMAIL terry@idealist.demon.co.uk
  34.     Any suggestions regarding the program would be gratefully received.
  35.  
  36.  
  37.  
  38. A bit of history
  39. ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  40.  
  41. Although I have been using Acorn machines since the Acorn Atom, this is my 
  42. first major attempt at programming in the wimp environment. The program 
  43. started life in Basic but it was soon obvious that it would be to slow, so 
  44. i've been teaching myself C/C++ (slowly).
  45.  
  46. I've been designing PCBs for about ten years, they are used mainly 
  47. for radio transmitters & receivers so they tend to be double sided boards.
  48.  
  49. I normally use a DOS based program to create PCBs but never could quite 
  50. ignore the Acorn A440 that lurks in the corner at work so I started toying 
  51. with the idea of writing a PCB program that could produce artwork printed 
  52. via !printers, or out to files (GERBER) for the creation of professional PCB.  
  53. Most of the PCB programs i've tried to use on the PC tend to be rather  
  54. complicated, so I have tried to keep the operation of the program as simple 
  55. as possible, making operations similar to !draw, where possible.
  56.  
  57. This is what I have so far.
  58.  
  59.  
  60. Terry
  61. ......
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                 Operation
  74.                 ¨¨¨¨¨¨¨¨¨
  75.  
  76. Please note you will need the Toolbox Modules to run RiscPcb
  77. I have tested the program on a riscpc600 riscos3.7 & on 3.1 on a A440
  78. it also works with the StrongArm.
  79.  
  80. The program is started in the normal way by double clicking the !RiscPcb 
  81. icon, after a short wait the riscpcb icon should appear on the icon bar at
  82. the bottom of the screen, press the SELECT button over the icon
  83. to open the main window
  84.  
  85.  
  86. The program works in four possible modes pad,track,text,and select. 
  87. These are selectable via four icons.
  88.  
  89.                 INDEX
  90.                 ¨¨¨¨¨
  91.     (1):    LAYERS
  92.     (2):    PAD MODE
  93.     (3):    TRACK MODE
  94.     (4):    TEXT MODE
  95.     (5):    SELECT MODE
  96.     (6):    COMPONENT FILES
  97.     (7):    PCB FILES
  98.     (8):    GENERAL KEYS
  99.     (9):    PRINTING
  100.     (10):    GERBER OUTPUT
  101.     (11):    LIMITATIONS
  102.     (12):    FUTURE ENHANCEMENTS    
  103.  
  104. -----------------------------------------------------------------------------
  105. (1):
  106.                 LAYERS
  107.                 ¨¨¨¨¨¨
  108.  
  109. The current Layer you are editing is selectable via the layer selection icon.
  110.                 
  111. All layers    pads,track,text placed on this layer will appear on all 
  112.         layers. This is useful when creating doubled sided pcbs as 
  113.         any pad placed will appear on both sides also useful for 
  114.         marking outline of board.
  115.  
  116. solder side    bottom side of board    
  117.  
  118. comp side       top side of board
  119.  
  120. silk screen     used for location of components
  121.  
  122.  
  123. -----------------------------------------------------------------------------
  124. (2):
  125.                 PAD MODE
  126.                 ¨¨¨¨¨¨¨¨
  127. The current pad shape you are using is selectable by pressing the 
  128. menu button over the pad icon. 
  129. (note: this will only work if you have selected the pad icon)
  130.  
  131. The current selected pad is shown in red.
  132.  
  133. The layer will automatically set to the last layer you were editing in pad 
  134. mode.
  135.  
  136. To place a pad use SELECT
  137.  
  138. To erase a pad use ADJUST you have to be exactly over the centre of the pad
  139. for this to work
  140.  
  141. To update a pad to a new shape/layer place new pad over the exact centre of 
  142. the pad you wish to update and press the SELECT button.
  143.  
  144. Note:     There are two shaded pads in the pad selection window these are 
  145.     rotations of the pads to their left, if any one of these pads are 
  146.     used and you then rotate the pad or component containing them, they 
  147.     will automatically be rotated for you. 
  148.     
  149.     The pads on the screen cannot be simply rotated because of the GERBER
  150.     output option, GERBER files do not know what shape a pad is it only
  151.     Knows it by a id number, therefore if you rotate a normal oval/square
  152.     pad it will move to a new position but will not rotate itself. 
  153. -----------------------------------------------------------------------------
  154.  
  155. (3):
  156.  
  157.                 TRACK MODE
  158.                 ¨¨¨¨¨¨¨¨¨¨
  159. The track width you are using is selectable by pressing the menu button 
  160. over the track icon.
  161. (note: this will only work if you have selected the track icon)
  162. The current selected track is shown in red.
  163.  
  164. The layer will automatically set to the last layer you were editing in 
  165. Track mode.
  166.  
  167.  
  168. PLACING TRACKS
  169.  
  170. To place a track first select the layer and track width, now click the SELECT
  171. button this is now the track start, a rubber band will now appear, move and 
  172. click SELECT again this will place the track. 
  173. To turn off the rubber band move to an empty area of screen and press adjust.
  174.  
  175.  
  176. DELETING TRACKS
  177.  
  178. Pressing adjust anywhere along the length of a track will have the following
  179. effect,The track will be lifted for editing, the end of the track you were 
  180. nearest to will be the end that will be lifted.This way either end 
  181. of a track may be lifted and can be edited to new lengths quite easily.
  182.  
  183.  
  184. if you try to place a track of zero length 
  185. a via pad (top left pad in pad selection window) will be put in its place 
  186. and the layer will toggle between solder/comp side. this way tracks can be 
  187. placed on double sided boards quite easily.
  188.   
  189.  
  190.  
  191.  
  192.  
  193.  
  194. -----------------------------------------------------------------------------
  195. (4):
  196.                 TEXT MODE
  197.                 ¨¨¨¨¨¨¨¨¨
  198. When entering text mode a window will appear allowing various options to 
  199. be set,move into the main window and press the SELECT button this will place
  200. the text.
  201.  
  202. when in SELECT MODE text can be edited by selecting the text and pressing ^E
  203.  
  204.  
  205. -----------------------------------------------------------------------------
  206. (5):
  207.                 SELECT MODE
  208.                 ¨¨¨¨¨¨¨¨¨¨¨
  209. This mode works very much the same as !Draw pads,tracks,text can be selected
  210.  
  211. A single click of the mouse SELECT button will select the item under 
  212. the mouse pointer.
  213.  
  214. A click/drag of the mouse SELECT button will allow selection of  multiple 
  215. items
  216.  
  217. A click/drag of the mouse SELECT button above an item will allow you to move
  218. the items position, in the case of Pads & Components if an ALT key is
  219. held while moving a pad/component any attached tracks will be moved as well.
  220.  
  221. a double click of the mouse SELECT button will cycle through all the 
  222. selectable items under the mouse pointer.
  223.  
  224. The ADJUST button can be used to select/unselect items
  225.  
  226. Once selected various functions can be performed 
  227.  
  228. EDIT            ^E    also via menu        
  229. COPY            ^C    "    "   "
  230. DELETE            ^X    "    "   "
  231. ROTATE          ^R    "    "   "
  232.  
  233. MAKE COMPONENT      ^G    "    "   "    
  234. UNMAKE COMPONENT     ^U    "    "   "
  235.  
  236. The ROTATE command will rotate at the centre of the currently selected area, 
  237. not around the centre of each selected item. 
  238.  
  239. !Draw does not do this  unless you group everything together. 
  240. ie. If you have two rectangles side by side and rotate them using
  241.     Draw they will rotate at their own centres and clash into each other.
  242.  
  243. -----------------------------------------------------------------------------
  244. (6):
  245.  
  246.                 COMPONENT FILES
  247.                 ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  248.  
  249. Creating/Saving Components
  250. ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  251. SELECT the items you want included in the component press ^G to create 
  252. the component go to save from main menu, Save Comp will now be highlighted
  253. drag and drop in the normal way.
  254.  
  255. note: save comp will only be highlighted if 1 component has been selected.
  256.  
  257.  
  258. loading components 
  259. ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  260. drag component file to main window
  261.  
  262. -----------------------------------------------------------------------------
  263. (7):
  264.                 PCB FILES 
  265.                 ¨¨¨¨¨¨¨¨¨
  266.  
  267. Saving PCB files
  268. ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  269. Go to Save in the main menu then go to Save pcb
  270. enter filename then drag and drop in the normal way.
  271.  
  272. note:     any changes in the pad shape/sizes will be saved with the pcb 
  273.     file also line widths will be saved.
  274.  
  275. Loading Pcb files
  276. ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  277. drag PCB file to main window
  278. -----------------------------------------------------------------------------
  279. (8):
  280.                 GENERAL KEYS
  281.                 ¨¨¨¨¨¨¨¨¨¨¨¨
  282.  
  283. PAGE UP key        will zoom in at centre
  284.  
  285. PAGE DOWN key      will zoom out at centre
  286.  
  287. CURSOR KEYS     will pane around main window
  288.  
  289. -----------------------------------------------------------------------------
  290. (9):
  291.                 Printing
  292.                 ¨¨¨¨¨¨¨¨
  293. A printout of any layer can be produced via !printers 
  294. !! WARNING this can take a long time on older machines !!
  295.  
  296. There is a setup button in the main print window use this to select layers 
  297. to print
  298.  
  299. more than one layer can be printed at a time ,if you select comp & ground 
  300. an then produce a print out, this represents the top of a double sided board
  301. with ground plane, the white crosses are used to locate earth pads on the 
  302. solder side, one disadvantage of producing ground planes in this way is if 
  303. you have a lot of top tracks (comp side) you can isolate an earth pad from 
  304. the ground plane, by using the white crosses for reference you can see if 
  305. any of these have been isolated.
  306.  
  307.  
  308.  
  309.  
  310. -----------------------------------------------------------------------------
  311. (10):
  312.                 Gerber Output
  313.                 ¨¨¨¨¨¨¨¨¨¨¨¨¨
  314. Gerber files can be produced from !RiscPcb This is a industry standard way 
  315. of producing professional PCBs, there is also a save aperture list option
  316. this will save a text file containing all the D numbers that RiscPcb assigns to pads / tracks ,this normally has to be sent with the GERBER files so that
  317. the PCB can be photo plotted correctly.
  318.  
  319. Please note:     RiscPcb can be used in conjunction with prevue a PC based 
  320.              gerber file viewer
  321.              please read the sections in the prevue directory
  322.  
  323. Solder Side    bottom of board
  324.  
  325. Comp Side    Top of board
  326.  
  327. Silk screen    Used for location of components
  328.  
  329. Solder Mask    Created by using the pads on the Solder Side but increasing 
  330.         the aperture list by 20 thou
  331.         
  332. Ground Plane    Created by using the tracks & pads on the Comp Side but 
  333.         increasing the aperture list by 30 thou 
  334.         Which is then normally reversed and then merged with the 
  335.         comp side to create the top of a double sided board.
  336.  
  337. Drill Positions Created by using pad positions on solder side
  338.  
  339.  
  340. -----------------------------------------------------------------------------
  341. (11):
  342.                 Limitations
  343.                 ¨¨¨¨¨¨¨¨¨¨¨
  344. All measurements are in imperial only
  345.  
  346. Board size is limited to 6"x 6"
  347.  
  348. there is no way to allocate drill sizes to pads apertures
  349.  
  350. no auto route facility
  351.  
  352. does not support drawing of arcs or circles there is an extended gerber 
  353. file format to
  354. support this but i don’t know how standard it is at the moment.
  355.  
  356. -----------------------------------------------------------------------------
  357. (12):
  358.                 Future Enhancements
  359.                 ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  360. all of the limitations above.
  361.  
  362. Selectable option between board layout or circuit diagram design
  363.  
  364. create rats nest from circuit diagrams.
  365.  
  366. ability to import gerber files.
  367.  
  368. -----------------------------------------------------------------------------
  369.  
  370.  
  371.